projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbdc44d
)
* lisp/emacs-lisp/comp.el (w32-get-nproc): Suppress warning declaring it.
author
Andrea Corallo
<akrl@sdf.org>
Sun, 7 Mar 2021 19:25:28 +0000
(20:25 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Sun, 7 Mar 2021 19:26:46 +0000
(20:26 +0100)
For non Windows system.
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index cedbb786237bd5b28d5ab2ace1cebb5ac30edea9..7b2883b293b05f4f43459759b13db4c6a0948a43 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-3818,6
+3818,7
@@
processes from `comp-async-compilations'"
do (remhash file-name comp-async-compilations))
(hash-table-count comp-async-compilations))
+(declare-function w32-get-nproc "w32.c")
(defvar comp-num-cpus nil)
(defun comp-effective-async-max-jobs ()
"Compute the effective number of async jobs."